CyberStore Cart Web Service
CyberStore Cart Web Service

Uri: https://www.theoutdoorscompany.com/Ecommerce/Services/Cart.asmx

Description
Web Service to provide operations for the CyberStore Cart.
All Operations
MethodAddItemToCart
Adds an Item, by Item_ID, to the current shopping cart in a specified Quantity using the Unit of Measure.
MethodAddItemToCartByPartNumber
Adds an Item, by Part Number, to the current shopping cart in a specified Quantity using the Preferred Unit of Measure. Introduced in v2.19.
MethodAddItemToCartByStockCode
Adds an Item, by StockCode, to the current shopping cart in a specified Quantity using the Preferred Unit of Measure.
MethodClearCart
Clears all lines from the shopper's current cart. Introduced in v.2.21
MethodDeleteCartLine
Deletes the specified cart line. Introduced in v2.21
MethodGetCart
Gets the current cart and details of the shopper. Introduced in v2.21.
MethodGetCartItemCount
MethodGetCategoryShipDateRestrictions
MethodRestoreAddToCart
Restores Items and Quantities of a Saved Cart into the current Shopping Cart.
MethodSaveCart
MethodUpdateCartLine
Updates an existing line in a cart.Updates an existing line in the shopper's cart. Introduced in v2.21